go.pact.im/x/flaky.DebounceExecutor.c (field)

7 uses

	go.pact.im/x/flaky (current package)
		debounce.go#L29: 	c *clock.Clock
		debounce.go#L55: 		c:             d.c,
		debounce.go#L65: 	d.c = c
		debounce.go#L112: 		d.timer = d.c.Timer(d.w)
		debounce.go#L146: 		if d.c == nil {
		debounce.go#L147: 			d.c = clock.System()